-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fixed code syntax issues #7486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed code syntax issues #7486
Conversation
doctrine/resolve_target_entity.rst
Outdated
@@ -21,8 +21,8 @@ without making them hard dependencies. | |||
Background | |||
---------- | |||
|
|||
Suppose you have an `InvoiceBundle` which provides invoicing functionality | |||
and a `CustomerBundle` that contains customer management tools. You want | |||
Suppose you have an ``InvoiceBundle`` which provides invoicing functionality |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC we agreed on not enclosing bundle names with backticks at all.
templating/twig_extension.rst
Outdated
Along with custom filters, you can also add custom `functions` and register | ||
`global variables`. | ||
Along with custom filters, you can also add custom functions and register | ||
global variables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe these were supposed to link to other sections (note the entries at the end of the document)?
👍 Status: Reviewed |
Thank you @javiereguiluz. |
No description provided.